Skip to content

Optional parameters now can be added in the code | Code can now be also run with cli without any change - #16

Merged
mmabrouk merged 4 commits into
mainfrom
optional_params
May 19, 2023
Merged

Optional parameters now can be added in the code | Code can now be also run with cli without any change#16
mmabrouk merged 4 commits into
mainfrom
optional_params

Conversation

@mmabrouk

Copy link
Copy Markdown
Member
  • Improved documentation
  • Parameters can now be exposed using

@post
def completion(product: str, temperature: FloatParam = 0.9, prompt_template: TextParam = default_prompt) -> str:

  • code is automatically run as cli without any changes

@mmabrouk
mmabrouk merged commit 9a04ba0 into main May 19, 2023
mmabrouk added a commit that referenced this pull request Jun 15, 2023
Optional parameters now can be added in the code | Code can now be also run with cli without any change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants